-
Notifications
You must be signed in to change notification settings - Fork 808
[SYCL][E2E] Re-enable KernelAndProgram/free_function_kernels.cpp e2e test
#20936
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SYCL][E2E] Re-enable KernelAndProgram/free_function_kernels.cpp e2e test
#20936
Conversation
|
Since IGC is updated to v2.27.10 the patch on their side fixing issue regarding this test should be there too. I will re-enable it too. |
…gram_free_function_kernels_test
|
Sure. The driver on the Windows machines is unchanged though and needs to be manually updated, and I have no idea what the IGC version in the latest Win driver is but probably it's older than v2.27.10, feel free to try it tho |
Ok I will keep this in mind. Thanks. |
…gram_free_function_kernels_test
|
@sarnex Ok you were right. Looks like IGC version in the latest Win driver is older than v2.27.10 so that is why the failures in windows CI. I can only e-enable it for Linux or shall we wait for the windows driver upgrade? |
|
I would just re-enable it for Linux now, the Windows driver is really slow, it could be like 6 months or more before we see the version we need |
Ok I re-enable for linux only |
…gram_free_function_kernels_test
|
@intel/llvm-gatekeepers Can we merge this PR ? Thanks |
This PR re-enables
KernelAndProgram/free_function_kernels.cppe2e test for Intel GPU's based on #20244 this issue.It should be fixed in igc_2.25.x based on this ticket GSD-11922